Skip to content

chore(google-cloud-dataproc): regenerate#16634

Merged
codyoss merged 3 commits intomainfrom
gen-dataproc
Apr 13, 2026
Merged

chore(google-cloud-dataproc): regenerate#16634
codyoss merged 3 commits intomainfrom
gen-dataproc

Conversation

@codyoss
Copy link
Copy Markdown
Member

@codyoss codyoss commented Apr 13, 2026

PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.

BEGIN_COMMIT

BEGIN_NESTED_COMMIT
feat: Add Engine field to support LightningEngine in clusters and add support for stop ttl

PiperOrigin-RevId: 897294662
Library-IDs: google-cloud-dataproc
Source-link: googleapis/googleapis@2da86587
END_NESTED_COMMIT

END_COMMIT

This pull request is generated with proto changes between
https://github.com/googleapis/googleapis/commit/1133adb1
(exclusive) and
https://github.com/googleapis/googleapis/commit/2da86587
(inclusive).

Librarian Version: v1.0.2-0.20260325150042-e450f8f7dcab
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e

codyoss added 3 commits April 13, 2026 19:27
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.

BEGIN_COMMIT

BEGIN_NESTED_COMMIT
feat: Add `Engine` field to support LightningEngine in clusters and add support for stop ttl

PiperOrigin-RevId: 897294662
Library-IDs: google-cloud-dataproc
Source-link: [googleapis/googleapis@2da86587](googleapis/googleapis@2da86587)
END_NESTED_COMMIT

END_COMMIT

This pull request is generated with proto changes between
[googleapis/googleapis@1133adb1](googleapis/googleapis@1133adb)
(exclusive) and
[googleapis/googleapis@2da86587](googleapis/googleapis@2da8658)
(inclusive).

Librarian Version: v1.0.2-0.20260325150042-e450f8f7dcab
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e
@codyoss codyoss requested a review from a team as a code owner April 13, 2026 19:34
@codyoss
Copy link
Copy Markdown
Member Author

codyoss commented Apr 13, 2026

Internal bug: b/502199980

@codyoss codyoss requested a review from daniel-sanche April 13, 2026 19:36
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Dataproc v1 library to include new cluster configuration options, specifically adding an engine field to ClusterConfig and auto-stop lifecycle settings (idle_stop_ttl, auto_stop_time, and auto_stop_ttl) to LifecycleConfig. Unit tests have been updated accordingly. A review comment identifies a docstring inconsistency in the Engine enum where a reference to ENGINE_DEFAULT should be corrected to DEFAULT to match the actual enum member name.

Values:
ENGINE_UNSPECIFIED (0):
The engine is not specified. Works the same as
ENGINE_DEFAULT.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The docstring for ENGINE_UNSPECIFIED refers to ENGINE_DEFAULT, but the corresponding enum member is named DEFAULT (line 319). This inconsistency in the documentation should be corrected to refer to the actual member name.

Suggested change
ENGINE_DEFAULT.
DEFAULT.

@codyoss codyoss merged commit 919fd4c into main Apr 13, 2026
30 checks passed
@codyoss codyoss deleted the gen-dataproc branch April 13, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants